Skip to content

DTSRD-5699.LRD Court Venue - Updates to retrieveCourtVenuesBySearchString API for new model#1108

Open
SabinaHMCTS wants to merge 18 commits intomasterfrom
DTSRD-5699
Open

DTSRD-5699.LRD Court Venue - Updates to retrieveCourtVenuesBySearchString API for new model#1108
SabinaHMCTS wants to merge 18 commits intomasterfrom
DTSRD-5699

Conversation

@SabinaHMCTS
Copy link
Contributor

Before creating a pull request make sure that:

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)

Please remove this line and everything above and fill the following sections:

https://tools.hmcts.net/jira/browse/DTSRD-5699

Change description

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[ ] No

@hmcts-jenkins-j-to-z hmcts-jenkins-j-to-z bot requested a deployment to preview February 25, 2026 20:11 Abandoned
Copy link

@prashanthnerligeb prashanthnerligeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

String serviceCodes,
CourtVenueRequestParam requestParam) {
log.info("{} : Obtaining court venue for search String: searchString: {}, courtTypeId: {}, "
+ "isHearingLocation: {}, isCaseManagementLocation: {}, locationType: {}, "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

serviceCodes should be logged after courtTypeId and before isHearingLocation

+ "isHearingLocation: {}, isCaseManagementLocation: {}, locationType: {}, "
+ "isTemporaryLocation: {} ",
loggingComponentName, searchString, courtTypeId, requestParam.getIsHearingLocation(),
loggingComponentName, searchString, courtTypeId,serviceCodes, requestParam.getIsHearingLocation(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing blank space before serviceCodes


public static final String RET_LOC_VEN_NOTES_7_1 = """
request param 'epimms_id' can be passed with 'court_type_id' . Court venues associated with the epimmsId and
request param 'epimms_id' can be passed with 'court_type_id' . Court venues associated with the epimmsId and
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is removal of blank here known to not cause formatting issues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants